Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
checkProfileDataExists
This procedure checks whether profile data exists for the current logged-in user for the specified profile type, code, or key. This procedure supports the passing of partial information, for example, only the profile type, or the type and code.
Location: af\app\afpromngrp.i Parameters:INPUT pcProfileTypeCode AS CHARACTERThe profile type code.
INPUT pcProfileCode AS CHARACTERThe profile code.
INPUT pcProfileDataKey AS CHARACTERThe profile data key.
INPUT plCheckPermanentOnly AS LOGICALCheck permanent data only flag, default = YES.
INPUT plCheckCacheOnly AS LOGICALCheck client cache only, default = NO.
OUTPUT plExists AS LOGICALDoes the profile data exist.
Notes:
- If the
plCheckPermanentOnlyflag is set toNOand there are database entries that exist for the session only, then the procedure returnsTRUE.Examples: See the- If the
plCheckCacheOnlyis set toYES, then the procedure checks the temp-table, rather than checking both the temp-table and the database.initializeObjectprocedure inry\obj\rydynprf1v.w.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |